home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 10 / CU Amiga Magazine's Super CD-ROM 10 (1997-03-15)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-05][50887 CUAM10].iso / CUCD / Graphics / MPMorph / Readme.unix < prev    next >
Text File  |  1997-02-23  |  592b  |  23 lines

  1. This version of MPMorph has the ability to compile the render program
  2. on non Amiga computers.
  3.  
  4. The following are some short notes:
  5.  
  6. A makefile is included with the source. It will need editing.
  7.  
  8. It can load and save PBM images.
  9.  
  10. Parameters to MPRender are supplied as for the Amiga version.
  11.  
  12. e.g.
  13.  
  14.    MPRender.unix FILES=fred DX=1
  15.  
  16. Some parameters are ignored. Invalid parameters are not flagged.
  17. Parameter names must be supplied in upper case.
  18.  
  19. When compiling there may be problems with long line lengths.
  20.  
  21. When running it is likely that zero divides will occur. You may need
  22. to trap these.
  23.